﻿@charset "utf-8";
* {outline: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
html {font: normal 14px "Microsoft YaHei";-webkit-text-size-adjust: 100%}
body {padding: 0;margin: 0 auto;font-size: 14px;color: #666;background-color: #fff;font-family: "Microsoft YaHei";min-width: 320px;
    -webkit-text-size-adjust: none;
    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight: rgba(0,0,0,0);
    /*控制内容的可选择性*/
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {-webkit-appearance: none;}
ul,
li,
form,
dl,
dt,
dd,
div,
ol,
figure,
aside{padding: 0;margin: 0;}
.ul,
.ul li {list-style: none;}
table {border-collapse: collapse;border-spacing: 0}
table td {border-collapse: collapse;font-size: 14px;}
select, input, textarea {font-size: 14px;color: #333;border-radius: 0;-webkit-border-radius: 0;font-family: "Microsoft YaHei";}
img{border: none;max-width: 100%;vertical-align: middle;}
a {color: #333;text-decoration: none;noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/* 去掉链接触摸高亮 */}
a:hover {color: #0068b7;text-decoration: none;}
a:focus {color: #0068b7;outline: none;-moz-outline: none;}
a:active {color: #0068b7;}
pre{
    white-space:pre-wrap;
    white-space:-moz-pre-wrap;
    white-space:-pre-wrap;
    white-space:-o-pre-wrap;
    word-wrap:break-word;
    margin:0;
    font-family: "Microsoft YaHei";
    text-align:justify;
    text-justify:inter-ideograph;
}
img, object {
    border: none;
    max-width: 100%;
    border: 0;
    overflow: hidden;
    vertical-align: middle;
}

.clear {clear: both;height: 0px;overflow: hidden;zoom: 0;}
.clearfix {*zoom:1;}/*IE/7/6*/
.clearfix:after { content:"\200B"; display:block; height:0; clear:both; }

.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
/*2行文本省略号*/
.dot2 {display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
/*3行文本省略号*/
.dot3 {display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}

.ytable{ display:table; width:100%;}
.ytable-cell{ display:table-cell; vertical-align:middle;}

a {
    color: #585858;
    text-decoration: none;
    noline: -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */
a:focus {
    outline: none;
    -moz-outline: none;
}

.hide {
    display: none;
}
.auto_1920{position: relative;max-width: 100%;margin: auto;}

/*top.html*/
.top{position: fixed;top:0;left: 0;right: 0;z-index: 100;background-color: rgba(0,0,0,0.3);border-bottom: 1px solid rgba(255,255,255,0.3);z-index: 99;}
.top .auto_1920{padding: 0 5%;}

.top .nav{line-height: 36px;font-size: 18px;color: #fff;position: relative;}
.top .nav a{color: #fff;position: relative;}
.top .nav a:hover::after,.top .nav a.active::after{content:"";display: block;left: 0;right: 0;bottom: 0;	height: 3px;background-color: #fff;position: absolute;margin: auto;}
.top .nav ul{float: right;z-index: 10;}
.top .nav li{float: left;position: relative;text-align: center;margin: 0 35px;}
.top .nav li >a{display: block;height: 100%;padding-bottom: 26px;}
.top .nav li:first-child{margin-left: 0;}
.top .nav li:last-child{margin-right: 0;}

.top .nav dl{position: absolute;padding: 10px  5px; top:100%;left: -20%;right: 0;width: 140%; margin: auto;line-height: 16px;font-size: 14px;display: none;background: rgba(0,0,0,0.3);z-index: 10;}
.top .nav dl a{ display: inline-block; padding: 10px 0;}
.top .nav li:hover dl{display: block;}

.top .logo{position: absolute;left: 5%;top: 50%;transform: translateY(-50%); z-index: 10;}
.top .mb_btn{display: none; cursor: pointer; height: 36px;width: 36px;margin:0 0 0 10px;background: url("../images/top-more.png")no-repeat center center;background-size: 100% 100%;float: right;}
.top .mb_btn.active{background: url("../images/top-close.png")no-repeat center center; background-size: 90% 90%;}

.top .lang{display: inline-block;height: 36px;line-height: 36px;border: 1px solid #fff;float: right;margin-left: 40px;}
.top .lang a{display: inline-block;width: 36px;height: 100%;text-align: center;font-size: 14px;float: left;}
.top .lang a:hover::after{content: '';display: none;}
.top .lang a.active{background-color: #fff;color: #0068b7;}
.top .search{position: relative;}
.top .search img{float: right;padding: 18px 10px;cursor: pointer;z-index: 10;position: relative;}
.top .search .input{color: #fff; width: 210px;border: 1px solid #fff;border-radius: 100px;float: right;background-color: transparent;padding: 0 40px 0 10px;height: 30px;position: absolute;top:0;bottom: 0;right: 0;margin: auto;}
.top .search .input::-webkit-input-placeholder{color: rgba(255,255,255,0.5);}
.top .search .input:-moz-placeholder{color: rgba(255,255,255,0.5);}
.top .search .input:-ms-input-placeholder{color: rgba(255,255,255,0.5);}
.top .search .input::placeholder{color: rgba(255,255,255,0.5);}

.banner .pc, .banner .mb{display: block;margin: auto;width: 100%;}
.banner .mb{display: none;}


/*top.html*/





/*bottom*/
.bottom{background-color: #010926;padding: 75px  0 40px;text-align: center;}

.bottom dl{display: inline-block;text-align: left;vertical-align: top;margin-right: 6%;}
.bottom dl a{color: #fff;}
.bottom dl dd a{opacity: 0.8;}

.bottom dl dt{font-size: 18px;margin-bottom: 20px;}
.bottom dl dd{font-size: 14px;line-height: 36px;}

.bottom .share{display: inline-block;text-align: left;font-size: 18px;color: #ffffff;}
.bottom .share .code{margin-top: 15px;}
.bottom .share .bshare-custom{margin-top: 15px;display: none;}
.bottom .share .bshare-custom a{border-radius: 50%; display: inline-block;width: 35px;height: 35px;background-repeat: no-repeat;background-position: center center;background-size: 100% 100%;}
.bottom .share .bshare-custom .bshare-qzone{background-image: url("../images/share_qq.png");background-color: rgba(255,255,255,0.1);}
.bottom .share .bshare-custom .bshare-sinaminiblog{background-image: url("../images/share-blog.png");background-color: rgba(255,255,255,0.1);}
.bottom .share .bshare-custom .bshare-weixin{background-image: url("../images/share_wx.png");background-color: rgba(255,255,255,0.1);}

.bottom .copyright {font-size: 14px;color: #ffffff;opacity: 0.5;margin-top: 80px;}
.bottom .copyright a{color: #ffffff;opacity: 1;}
.bottom a:hover{opacity: 0.5!important;}
/*bottom*/
@media (max-width: 1440px) {
.top .nav li{margin:0 25px;}
.top .nav li >a{padding-bottom: 15px ;}
}

@media (max-width: 1280px) {
.top .nav li{margin:0 18px;}
}

@media (max-width: 1200px) {
.top .nav li{margin:0 14px;}
}

@media (max-width: 1024px) {
    .top .mb_btn{display: inline-block;}
    .top .nav ul{display: none; position: absolute;top:100%;right: 0;background: #fff;padding: 10px 0;}
    .top .nav ul li{float: none;display: block;margin: 0;line-height: 30px;padding: 0px 10px;}
    .top .nav ul li:hover dl{display: none;}
    .top .nav li >a{font-size: 16px;padding-bottom: 0;color: #333;}
    .top .nav{padding-bottom: 10px;}
    .top .nav li >a:hover{color: #0068b7;}
}
@media (max-width: 1080px) {
    .bottom dl{display: none;}
    .bottom{   padding: 30px 0 20px;}
    .bottom .copyright{margin-top: 15px;}
}
@media (max-width: 640px) {
    .top .logo{max-width: 120px;}
    .top .search img{padding: 10px;}
    .banner .mb{display: block;}
    .banner .pc{display: none}
}


.about .part1{margin: 100px 0;background-color: #fff;position: relative;}
.about .part1 .owl-carousel{width: 50%;}
.about .part1 .owl-dots{position: absolute;bottom:-8%;text-align: center;left: 0;right: 0;}
.about .part1 .owl-dot{width: 23px;height: 23px;position: relative;border-radius: 50%;background-color: transparent;margin:  0 10px;}
.about .part1 .owl-dot::after{content: "";display: block;width: 13px;height: 13px;background-color: #666;border-radius: 50%;position: absolute;top:0 ;bottom: 0;left: 0;right: 0;margin: auto;}
.about .part1 .owl-dot.active{border: solid 1px #666;}
.about .part1 .text{z-index: 1; width: 50%;padding-left: 5.2%;padding-right: 16.6%;padding-top: 50px;padding-bottom: 90px;background-color: #f2f2f2;position: absolute;top:50%;transform: translateY(-50%);right: 0;margin: auto; height:100%;}
.about .part1 .name{font-size: 30px;color: #333333;}
.about .part1 .desc{font-size: 24px;color: #454545;position: relative;padding-top: 20px;padding-bottom: 40px;margin-bottom: 30px;}
.about .part1 .dt{font-size: 16px;line-height: 30px;color: #666666;}
.about .part1 .desc::after{content:"";display: block;width: 100px;height: 1px;position: absolute;bottom: 0;left: 0;background-color: #333;}

.about .part2{text-align: center;padding: 70px 0 166px;}


.about .part3{background-position: top center;background-repeat: no-repeat;background-color: #fff;padding: 100px 0;}
.about .part3 .logo{display: block;position: relative;margin: auto;margin-bottom: 25px;}
.about .part3 .data{max-width: 1315px;margin: auto;position: relative;}
.about .part3 .auto_1315{max-width: 1315px;margin: auto;position: relative;}
.about .part3 .btn{ width:0; height:0; border:15px solid #ccc; border-left-color:transparent; border-right-color:transparent; position:absolute; left:49%; z-index:10; cursor:pointer;}
.about .part3 .prev.on{ border:15px solid #eb3b14;border-top:0;border-left-color:transparent; border-right-color:transparent;}
.about .part3 .next.on{ border:15px solid #eb3b14;border-bottom:0;border-left-color:transparent; border-right-color:transparent;}
.about .part3 .prev{ border-top:0; top:0;}
.about .part3 .next{ border-bottom:0; bottom:0;}
.about .part3 .list{height: 840px;overflow: hidden;position: relative;}
.about .part3 .list::before{ position:absolute; content:''; top:0; width:1px; height:100%; left:50%; background-color:#ccc;}
.about .part3 ul{position: relative;}
.about .part3 li{position: relative;width: 100%;}
/*.about .part3 li::before{content:"";display: block;width: 1px;background-color: #cccccc;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;}*/

.about .part3 li .cont{width: 50%;float: left;text-align: right;padding-right: 235px;min-height: 285px;position: relative;}
.about .part3 .date{ font-family: Arial-BoldMT;font-size: 30px;line-height: 30px;color: #005bac;position: relative;padding-bottom: 24px;margin-bottom: 12px;}
.about .part3 .date::after{content:"";display: block;width: 30px;height: 1px; background-color: #005bac;position: absolute;bottom: 0;right: 0;}
.about .part3  .pic{width: 155px;height: 155px;background-color: #06388a;position: absolute; top: 0;right: 60px;border-radius: 50%;background-repeat: no-repeat;background-position: center center;}
.about .part3  .pic::after{content: "";display: block;width: 60px;height: 1px;background-color: #ccc;position: absolute;top: 0;bottom:  0; right: -60px;margin: auto;}
.about .part3  .pic::before{content: "";display: block;width: 21px;height: 21px;background-image: linear-gradient(0deg, #e70c1d 0%, #f4a200 100%), linear-gradient(#ec6700, #ec6700);background-blend-mode: normal, normal;position: absolute;top: 0;bottom:  0; right: -60px;margin: auto;transform: translateX(50%);border-radius: 50%;z-index: 1;}
.about .part3  .desc{	font-size: 15px;  line-height: 36px;  color: #666666;}
.about .part3 li:first-child .cont{padding-top: 26px;}
.about .part3 li:first-child .pic{top:25px;}
.about .part3 li:nth-child(2n) .cont{float: right;text-align: left;padding-left: 235px;border-left: 1px solid #ccc;padding-right: 0;border-right: 0;}
.about .part3 li:nth-child(2n) .date::after{right: auto;left: 0;}
.about .part3 li:nth-child(2n) .pic{ top: 0;left: 60px;}
.about .part3 li:nth-child(2n) .pic::after{left: -60px;right: auto; }
.about .part3 li:nth-child(2n) .pic::before{left: -60px;right: auto; transform: translateX(-50%);}


.about .title{font-size: 30px;color: #3b3c45;position: relative;text-align: center;padding-bottom: 30px;margin: 0;font-weight: normal;margin-bottom: 30px;}
.about .title::after{content:"";background-color: #3b3c45;width: 60px;height: 1px;position: absolute;bottom: 0;left: 0;right: 0;margin: auto;}
.about .titles{position: relative; font-size: 30px;line-height: 30px;color: #005bac;padding-bottom: 25px;margin: 0;font-weight: normal;}
.about .titles::after{content: ""; background-color: #005bac;display: block;width: 100px;height: 1px;position: absolute;bottom: 0;left: 0;margin: auto;}



.about .part4{padding: 75px 0;background-position: center center;background-repeat: no-repeat;}
.about .part4 .wrap{max-width: 1310px;display: block;position: relative;margin: auto;}
.about .part4 .owl-carousel .owl-nav{
    display: block;position: absolute;top:50%;left: 0;right: 0;margin: auto;height: 60px;color: transparent;margin-top: -30px;
}
.about .part4  .owl-nav button{height: 60px;width: 60px;border-radius: 50%;background: url("../images/owl-next.png") no-repeat center center;background-size: 100% 100%;}
.about .part4  .owl-nav button.owl-next{background-image: url("../images/owl-next.png");position: absolute; right: -130px;}
.about .part4  .owl-nav button.owl-next.disabled{background-image: url("../images/owl-next-no.png");}
.about .part4  .owl-nav button.owl-prev{background-image: url("../images/owl-prev.png");position: absolute;left: -130px;}
.about .part4  .owl-nav button.owl-prev.disabled{background-image: url("../images/owl-prev-no.png");}
.about .part4  .owl-carousel .owl-item .utems{position: relative;background:url("../images/about_xinbg.png") center no-repeat;background-size: 100% 100%;    padding: 30% 0 30% 13%;}
.about .part4  .owl-carousel .owl-item .utems .pics01{background-position: center;width: 22%;margin: 0 auto;padding-bottom: 24%;background-repeat: no-repeat;background-size: contain;}
.about .part4  .owl-carousel .owl-item .utems .titles01{padding:0 10px;color: #fff;font-size: 20px;text-align: center;margin-top: 10px;}
.about .part5 {padding: 100px 0;background: #fff;}
.about .part5 .caption{text-align: center;}
.about .part5 .caption >span{border-radius: 26px;border: dashed 1px #005bac;line-height: 50px;padding: 0 100px;display: inline-block;	font-size: 20px;color: #005bac;}
.about .part5 .pros{position: relative;text-align: center;padding-top: 35px;margin-top: 166px;border-top: 1px solid #005bac;margin-bottom: 50px;}
.about .part5 .pros >span{display: inline-block;width: 15%;position: relative;margin-right: 100px;padding-bottom: 16%;background-repeat: no-repeat;background-position: center center;}
.about .part5 .pros >span:last-child{margin-right: 0;}
.about .part5 .pros .text{display: table;  width: 98px;height: 140px;position: absolute;left: 0;right: 0; top: -168px;margin: auto;background: url("../images/about-bz.png") no-repeat center center;background-size: 100% 100% ;padding: 0 12px 40px; }
.about .part5 .pros .text >span{display: table-cell;width: 100%;height: 100%;text-align: center;vertical-align: middle;	font-size: 26px;color: #ffffff;}
.about .part5 .pros .icon{position: absolute;top:50%;right: -100px;transform: translate(-75%,-50%);}
.about .part5 .pros >span:last-child .icon{display: none;}
.about .part5 .result{text-align: center;margin-top: 35px;}
.about .part5 .result .item{display: inline-block;margin-right: 100px;font-size: 16px;}
.about .part5 .result .item:last-child{margin-right: 0;}
.about .part5 .result img{height: 126px;margin-bottom: 20px;}
.about .part5 .tip{position: relative;max-width: 1300px;margin: auto;font-size: 16px;line-height: 36px;margin-top: 50px;}
.about .part5 .tip i{font-style: normal;color: #005bac;display: block;}
.about .part5 .pros_desc{margin-top: 220px;position: relative;}
.about .part5 .pros_desc .show{position: absolute;left: 0;top: -120px;max-width: 50%;}
.about .part5 .pros_desc .text{background-position: center center;background-repeat: no-repeat;width: 89.5%;min-height: 540px;float: right;padding-left: 42.1%;padding-right: 16.6%;font-size: 16px;line-height: 36px;color: #666666;padding-top: 45px;}




.about .part6{background-repeat: no-repeat;background-position: center center;padding: 90px 0 115px;margin-top: 5%;overflow: hidden;}

.about .part6 .bd{max-width: 1280px;padding: 0 60px;position: relative;margin: auto;}
.about .part6 .bd ul li{ list-style:none; float:left; width:25%;}
.about .part6 .bd ul li a{  margin-right:4%; display: block; height:340px; border: solid 3px #e1e1e1; text-align: center;position: relative;}
.about .part6 .bd ul li a:hover{border: solid 3px #005bac;}
.about .part6 .bd ul li a:hover .icon{background-color: #005bac;}
.about .part6 .bd ul li a .pic{display: inline-block;margin: 30px 0 0;width: 73.3%;}
.about .part6 .bd ul li a .icon{background: url("../images/about-big.png") no-repeat center center;background-color: #e1e1e1;display: block;width: 44px;height: 43px;position: absolute;bottom: -1px;right: -1px;}

.about .part6 .next{background-image: url("../images/owl-next.png");position: absolute; top:50%; right: -0px; height: 60px;width: 60px;border-radius: 50%; background-size: 100% 100%; cursor:pointer;}
.about .part6 .prev{background-image: url("../images/owl-prev.png");position: absolute; top:50%; left: 0px; height: 60px;width: 60px;border-radius: 50%; background-size: 100% 100%; cursor:pointer;}

.about .part6 .owl-carousel{max-width: 1280px;position: relative;margin: auto;}
.about .part6 .item{display: block;height: 340px;border: solid 3px #e1e1e1;text-align: center;position: relative;}
.about .part6 .name{padding-top: 35px;height: 75px;font-size: 16px; color: #333333;}
.about .part6  .owl-item .pic{display: inline-block;margin: 30px 0 0;width: 73.3%;}
.about .part6 .icon{background: url("../images/about-big.png") no-repeat center center;background-color: #e1e1e1;display: block;width: 44px;height: 43px;position: absolute;bottom: -1px;right: -1px;}
.about .part6 .item:hover{border: solid 3px #005bac;}
.about .part6 .item:hover .icon{background-color: #005bac;}
.about .part6 .owl-carousel .owl-nav{position: absolute;top:0;bottom: 0;left: 0;right: 0;margin: auto;height: 60px;color: transparent;}
.about .part6  .owl-nav button{height: 60px;width: 60px;border-radius: 50%;background: url("../images/owl-next.png") no-repeat center center;background-size: 100% 100%;}
.about .part6  .owl-nav button.owl-next{background-image: url("../images/owl-next.png");position: absolute; right: -0px;}
.about .part6  .owl-nav button.owl-next.disabled{background-image: url("../images/owl-next-no.png");}
.about .part6  .owl-nav button.owl-prev{background-image: url("../images/owl-prev.png");position: absolute;left: 0px;}
.about .part6  .owl-nav button.owl-prev.disabled{background-image: url("../images/owl-prev-no.png");}


.about .part7{padding: 100px 0; background-color: #fff;}
.about .part7 .left,.about .part6 .right{position: relative;float: left;}
.about .part7 .left{width: 36%;padding-left: 16%;padding-top: 25px;}
.about .part7 .left  article{	font-size: 18px;line-height: 40px;color: #666666;margin-top: 25px;}
.about .part7 .right{width: 64%;float: right}
.about .part7 .right img{max-width:none;}




@media (max-width: 1600px) {
.about .part4 .owl-nav button.owl-prev{left: 0;}
.about .part4 .owl-nav button.owl-next{right: 0;}
.about .part7 .left{padding-left: 8%;}
}

@media (max-width: 1440px) {
    .about .part1 .owl-carousel{float: left;}
    .about .part1 .text{padding: 2%;}
    .about .part1 .desc{padding-top: 20px;padding-bottom: 18px;margin-bottom: 20px;}
    .about .part2{padding: 30px 2%;}
}

@media (max-width: 1300px) {
	 .about .part3{padding: 30px 2%;}
    .about .part3 .logo{margin-bottom: 25px;}
	.about .part3 .btn{ left:0; margin:1%; display:inline; position:relative; cursor:pointer;}
    .about .part3 .list{height: 330px;}
	.about .part3 .list::before{ left:5%}
    .about .part3 li .cont{width: 95%;float: right;text-align: left;padding-left: 117px; padding-right:0;border-right: 0px solid #ccc;border-left: 1px solid #ccc; min-height: auto;padding-bottom: 11%; position: relative;}
    .about .part3 .date{font-family: Arial-BoldMT;font-size: 20px;line-height: 20px;color: #005bac;position: relative;padding-bottom: 12px;margin-bottom: 6px;}
    .about .part3  .date::after{content:"";display: block;width: 30px;height: 1px; background-color: #005bac;position: absolute;bottom: 0;right:auto;left: 0;}
    .about .part3  .pic{width: 75px;height: 75px;background-color: #06388a;position: absolute; top: 0;left: 30px;right: auto; border-radius: 50%;}
    .about .part3   .pic::after{content: "";display: block;width: 30px;height: 1px;background-color: #ccc;position: absolute;top: 0;bottom:  0; left: -30px;right: auto; margin: auto;}
    .about .part3   .pic::before{content: "";display: block;width: 21px;height: 21px;background-image: linear-gradient(0deg, #e70c1d 0%, #f4a200 100%), linear-gradient(#ec6700, #ec6700);background-blend-mode: normal, normal; left: -30px;right: auto;transform: translateX(-50%);}
    .about .part3   .desc{	font-size: 13px;  line-height: 26px;  color: #666666;}


    .about .part3 li:first-child .cont{padding-top: 26px;}
    .about .part3 li:first-child .pic{top:25px;}
    .about .part3 li:nth-child(2n) .cont{float: right;text-align: left;padding-left: 117px;border-left: 1px solid #ccc;padding-right: 0;border-right: 0;}
    .about .part3 li:nth-child(2n) .date::after{right: auto;left: 0;}
    .about .part3 li:nth-child(2n) .pic{ top: 0;left: 30px;}
    .about .part3 li:nth-child(2n) .pic::after{left: -30px;right: auto; }
    .about .part3 li:nth-child(2n) .pic::before{left: -30px;right: auto; transform: translateX(-50%);}


.about .part5 .tip{padding: 0 2%;}
.about .part6 .bd{padding: 0 0px;}
}

@media (max-width: 1150px) {
.about .part7 .left{padding-left: 2%;}
}

@media (max-width: 940px) {
    .about .part1 .owl-carousel{float: left;width: 100%;}
    .about .part1 .text{position: relative; width: 100%;padding: 2%;float: left;transform: translateY(0)}
    .about .part1{padding: 30px 0;}
    .about .part1 .owl-dots{bottom: 4%;}

    .about .part5 .pros{margin-top: 30px;padding-top: 0;border-top: 1px solid transparent;}
    .about .part5 .pros >span{display: block;width: 100%;margin-right: 0;    padding-bottom: 40%;margin-top: 90px;}
    .about .part5 .pros .text{width: 49px;height: 70px;top: -84px;padding: 0 8px 20px;}
    .about .part5 .pros .text >span{font-size: 14px;}
    .about .part5 .pros .icon{display: none;}

    .about .part5 .tip{    font-size: 12px;line-height: 22px;margin-top: 20px;}
    .about .part5 .pros_desc{margin-top: 30px;padding: 0 2%;}
    .about .part5 .pros_desc .show{position: relative;max-width: 100%;top: 0;}
    .about .part5 .pros_desc .text{width: 100%;padding: 0;min-height: auto;margin-top: 10px;    font-size: 14px;line-height: 22px;}
    .about .titles{    font-size: 20px;line-height: 24px;padding-bottom: 15px;}

    .about .part7{padding: 30px 2%;}
    .about .part7 .left, .about .part7 .right{width: 100%;padding: 0;}
    .about .part7 .left article {font-size: 16px;line-height: 30px;color: #666666;margin-top: 15px;}
}


@media (max-width: 480px) {
    .about .part1 .name{font-size: 20px;}
    .about .part1 .desc{font-size: 18px;padding-top: 10px;padding-bottom: 8px;margin-bottom: 10px;}
    .about .part1 .dt {font-size: 12px;line-height: 22px;}
    .about .part4 .owl-carousel .owl-nav{height: 30px;}
    .about .part4 .owl-nav button{height: 30px;width: 30px; background-size: 100% 100% !important;}
    .about .part4{padding:30px 2%;}


    .about .title{font-size: 20px;padding-bottom: 15px;margin-bottom: 15px;}
    .about .part5 .caption >span{line-height: 35px;padding: 0 10px;font-size: 14px;}
    .about .part5{padding: 30px 0;}

    .about .part5 .result .item{margin-right: 0;margin-bottom: 10px;}
    .about .part5 .result img{margin-bottom: 10px;}

    .about .part6{padding: 30px 0; overflow:hidden;}
	.about .part6 .bd ul li{ width:50%;}
	.about .part6 .bd ul li a{ height:280px;}
	.about .part6 .name{ font-size:14px; margin-top:15px;}
	.about .part6 .bd ul li a .pic{ width:80%; margin-top:15px;}
	.about .part6 .next,.about .part6 .prev{height: 30px;width: 30px;background-size: 100% 100% !important;}
    .about .part6 .owl-nav button{height: 30px;width: 30px;background-size: 100% 100% !important;}

}







.product{margin-top: 50px;}
.product .data li{background-size: cover;background-repeat: no-repeat;background-position: center center;margin-bottom: 20px;padding: 152px 16.6% 168px;}

.product .data  .cont{background-color: rgba(255,255,255,0.25);border-bottom-left-radius: 30px;border-top-right-radius: 30px;float: left;color: #fff; width:60%; padding:3%;}
.product .data  .name{font-size: 24px;position: relative;padding-bottom: 20px;font-weight: normal;margin: 0;color: #fff;}
.product .data  .name::after{content:"";width: 60px;height: 1px;background-color: #fff;display: block;position: absolute;bottom: 0;left: 0;}
.product .data .desc{font-size: 16px;  line-height: 36px; margin: 25px 0;}
.product .data .more{background: url("../images/pdt-more.png") no-repeat center center;background-size: 100% 100%;display: inline-block;padding: 0 40px 0 26px;line-height: 30px;font-family: ArialMT;font-size: 12px;color: #ffffff;transition:transform 0.3s;}
.product .data .more:hover{transform:translate(20px,0);}



.product .data li:nth-child(2n)  .cont{float: right}
.pdt_list{padding: 100px 0 80px;}
.pdt_list .data li{width: 23.33%;margin: 0 0.83%;float: left;}
.pdt_list .data .pic{width: 100%;height: 318px;border: 1px solid #005bac;}
.pdt_list .data .pic_wrap{width: 100%;height: 100%; text-align: center;vertical-align: middle;padding: 0 2px;overflow: hidden;}
.pdt_list .data .pic_wrap img{transform: translateY(-50%);top: 50%;position: relative;}
.pdt_list .data .name{	font-size: 20px;color: #666666;margin-top: 30px;text-align: center;padding-bottom: 70px;}
.pdt_list .data a:hover .name{color: #005bac;}
.pdt_list .public-text{color: #4c4c4c;font-size: 15px;line-height: 26px;margin-bottom: 10px;text-indent: 2em;text-align: left;padding: 0 2%;}
.pdt_list .uk-grid{margin-top: 2%;}
/*Page002046 */
.Page002046 .Pages{ text-align:center; }
.Page002046 .Pages a{ display:inline-block; vertical-align:middle;border:1px solid #ececec; background: #fff; padding:0 15px; line-height:38px; color:#999;}
.Page002046 .Pages a:hover,
.Page002046 .Pages a.a_cur{ background-image: linear-gradient(135deg, #124b8f 0%, #1090cb 100%), linear-gradient(#124b8f, #1090cb); color:#fff;}
.Page002046 .Pages em{ font-style:normal; display:inline-block; vertical-align:middle; overflow:hidden;}
.Page002046 .Pages em a{ float:left; margin:  0 5px;}
.Page002046 .Pages .p_cur,
.Page002046 .Pages .p_count,
.Page002046 .Pages .p_jump,
.Page002046 .Pages .p_total{ display:none;}
.Page002046 .Pages .a_prev,
.Page002046 .Pages .a_next{ background:#fff; overflow:hidden; height:38px;margin:  0 15px;}
.Page002046 .Pages .a_next{ background:#fff;}
.Page002046 .Pages .a_first,
.Page002046 .Pages .a_end{ display:none;}


.pdt_dt{padding: 100px 0 120px;}
.pdt_dt .msg{margin: 0 10px;}
.pdt_dt .msg .left,.pdt_dt .msg .right{position: relative;float: left;}
.pdt_dt .msg .left{width: 52%;border: 1px solid #005bac;;}




.pdt_dt .msg .right{width: 48%;padding-left: 40px;padding-right: 12.5%;}

.pdt_dt .msg .item{display: table; table-layout: fixed; width: 100%;height: 478px;}
.pdt_dt .msg .pic_wrap{display: table-cell;width: 100%;height: 100%; text-align: center;vertical-align: middle;padding: 0 13%;}
.pdt_dt .msg .pic_wrap img {margin: 0 auto;width: auto;max-width: 100%;}
.pdt_dt .msg .owl-carousel .owl-nav{display: block;position: absolute;top:0;bottom: 0;left: 0;right: 0;margin: auto;height: 60px;color: transparent;}
.pdt_dt .msg  .owl-nav button{height: 60px;width: 60px;border-radius: 50%;background: url("../images/owl-next.png") no-repeat center center;background-size: 100% 100%;}
.pdt_dt .msg  .owl-nav button.owl-next{background-image: url("../images/owl-next.png");position: absolute; right: 50px;}
.pdt_dt .msg  .owl-nav button.owl-next.disabled{background-image: url("../images/owl-next-no.png");}
.pdt_dt .msg  .owl-nav button.owl-prev{background-image: url("../images/owl-prev.png");position: absolute;left: 50px;}
.pdt_dt .msg  .owl-nav button.owl-prev.disabled{background-image: url("../images/owl-prev-no.png");}
.pdt_dt .msg .owl-dots{display: none;}
.pdt_dt .msg .name{font-size: 24px;color: #005bac;padding-top: 15px;padding-bottom: 20px;border-bottom: 1px solid #ebebeb;}
.pdt_dt .msg article{	font-size: 14px;line-height: 30px;color: #666666;margin-top: 20px;margin-bottom: 30px;}

.pdt_dt .msg .more{background: url("../images/pdt-dt-more.png") no-repeat 80% center; background-color: #005bac;border-radius: 22px;display: inline-block;padding: 0 60px 0 35px;line-height: 44px;font-size: 16px;color: #ffffff;}





.pdt_dt .part2{margin: auto; margin-top: 60px;position: relative;max-width: 1440px;}

.pdt_dt .part2 .menu li{width: 204px;line-height: 50px;text-align: center;font-size: 16px;float: left;margin-right: 4px;background-color: #f2f2f3;cursor: pointer;}
.pdt_dt .part2 .menu li.active{background-color: #005bac;color: #fff;}
.pdt_dt .part2 .cont{font-size: 14px;line-height: 30px;color: #666666;margin-top: 45px;margin-bottom: 25px;}

.pdt_dt .part2 .c2,.pdt_dt .part2 .c3{display: none;}



.pdt_dt .else_pdt li{width: 31.1%;margin-right: 3.26%;float: left;height: 440px;}
.pdt_dt .else_pdt li a{display: block;}
.pdt_dt .else_pdt li:nth-child(3n){margin-right: 0;}
.pdt_dt .else_pdt .pic{display: block;width: 100%;height: 318px;border: 1px solid #005bac;position: relative;}
.pdt_dt .else_pdt .pic_wrap{display: block;width: 100%;height: 100%; text-align: center;vertical-align: middle;padding: 0 2px;}
.pdt_dt .else_pdt .pic_wrap img{position: absolute;height: auto;max-width: 100%;max-height: 100%;left: 50%;top: 50%;z-index:-1;transform: translateX(-50%) translateY(-50%);-o-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);-webkit-transform: translateX(-50%) translateY(-50%);-moz-transform: translateX(-50%) translateY(-50%);}
.pdt_dt .else_pdt .name{	font-size: 20px;color: #666666;margin-top: 30px;text-align: center;padding-bottom: 70px;}
.pdt_dt .else_pdt  a:hover .name{color: #005bac;}







@media (max-width: 1440px) {
    .pdt_dt .part2{padding: 0 2%;}
    .pdt_list .data {max-width: 90%;margin: auto;}
    .pdt_list .public-text{max-width: 94%;margin: auto;}
}
@media (max-width: 1200px) {
    .pdt_dt .msg .left, .pdt_dt .msg .right{width: 100%;}
    .pdt_dt .msg .right{padding: 0 40px;}
}
@media (max-width: 920px) {
    .product .data li{padding: 40px 2%;}
    .product .data .cont{width: 100%;padding-right:30px; }
    .pdt_list .data li{margin: 0 1%; width: 48%;}
}

@media (max-width: 480px) {
    .product{margin-top: 30px;}
    .product .data .name{font-size: 20px;padding-bottom: 10px;}
    .product .data .desc {font-size: 14px;line-height: 22px;margin: 15px 0;}
    .product .data .cont{padding: 20px 15px;    border-bottom-left-radius: 15px;border-top-right-radius: 15px;}
    .Page002046 .Pages a{padding:0 5px; }
    .Page002046 .Pages .a_prev, .Page002046 .Pages .a_next{margin: 0 10px;}

    .pdt_list .data .pic{height: 210px;}
    .pdt_list{padding: 40px 0 30px;}
    .pdt_list .data .name {font-size: 14px;margin-top: 15px;padding-bottom: 20px;}


    .pdt_dt .msg .item{height: 239px;}
    .pdt_dt .msg .owl-carousel .owl-nav{height: 30px;}
    .pdt_dt .msg .owl-nav button.owl-next,.pdt_dt .msg .owl-nav button.owl-prev{width: 30px;height: 30px;background-size: 100% 100% !important;}
    .pdt_dt .msg .owl-nav button.owl-next{right: 10px;}
    .pdt_dt .msg .owl-nav button.owl-prev{left: 10px;}

    .pdt_dt{padding: 30px 0;}
    .pdt_dt .msg .right{padding: 0;}
    .pdt_dt .msg article{    font-size: 12px;line-height: 22px;    margin-top: 10px;margin-bottom: 15px;}
    .pdt_dt .msg .name{font-size: 20px;padding-top: 15px;padding-bottom: 10px;}
    .pdt_dt .msg .more{padding: 0px 45px 0 25px;line-height: 34px;font-size: 14px;}

    .pdt_dt .part2 .menu li{width: 102px;line-height: 35px;font-size: 14px;}
    .pdt_dt .part2 .cont {font-size: 12px;line-height: 22px;margin-top: 25px;}
    .pdt_dt .else_pdt .pic{height: 110px}
    .pdt_dt .else_pdt .name {font-size: 14px;margin-top: 15px;padding-bottom: 20px;}
}




.study{padding-top: 50px;}
.study .part1{text-align: center;position: relative;}
.study .part1 .desc{width: 960px;position: absolute;left: 16.6%;bottom: 0;background-color: #f0f0f0;text-align: left;padding: 30px;}
.study .part1 .name{	font-size: 30px;font-weight: normal;color: #3b3c45;margin: auto;position: relative;padding-bottom: 25px;margin-bottom: 25px;}
.study .part1 .name::after{content:"";position: absolute;display: block;width: 100px;height: 1px;background-color: #3b3c45;bottom: 0;left: 0;}
.study .part1 .desc article{ font-size: 16px;line-height: 28px;color: #666666; height:300px; overflow:auto;}






.study .part2{padding: 75px 0;background-position: center center;background-repeat: no-repeat;}
.study .part2 .wrap{max-width: 1310px;display: block;position: relative;margin: auto;}
.study .part2 .owl-carousel .owl-nav{display: block;position: absolute;top:0;bottom: 0;left: 0;right: 0;margin: auto;height: 60px;color: transparent;}
.study .part2  .owl-nav button{height: 60px;width: 60px;border-radius: 50%;background: url("../images/owl-next.png") no-repeat center center;background-size: 100% 100%;}
.study .part2  .owl-nav button.owl-next{background-image: url("../images/owl-next.png");position: absolute; right: -130px;}
.study .part2  .owl-nav button.owl-next.disabled{background-image: url("../images/owl-next-no.png");}
.study .part2  .owl-nav button.owl-prev{background-image: url("../images/owl-prev.png");position: absolute;left: -130px;}
.study .part2  .owl-nav button.owl-prev.disabled{background-image: url("../images/owl-prev-no.png");}



.study .title{font-size: 30px;color: #3b3c45;position: relative;text-align: center;padding-bottom: 30px;margin: 0;font-weight: normal;margin-bottom: 30px;}
.study .title::after{content:"";background-color: #3b3c45;width: 60px;height: 1px;position: absolute;bottom: 0;left: 0;right: 0;margin: auto;}

.study.production .part1 .desc{left: auto;right: 4.6875%;width: 734px;}
.study.test .part1 .desc{left: auto;right: 4.6875%;width: 734px;bottom: 20px;}

@media(max-width:1850px) and (min-width:1025px){
.study.test .part1 .desc article{height: 196px;overflow-y: auto;padding-right: 20px;}

}
@media(max-width:1499px) and (min-width:1025px){
	.study .part1 .desc{left: 4.5%;}
}

@media (max-width: 1600px) {
    .study .part2 .owl-nav button.owl-prev{left: 0;}
    .study .part2 .owl-nav button.owl-next{right: 0;}
}

@media (max-width: 1024px) {
    .study .part1 .desc{position: relative;padding: 2%;left: 0;width: 100%;}
    .study.production .part1 .desc{left: auto;right: 0;width: 100%;}
    .study.test .part1 .desc{left: auto;right: 0;width: 100%;bottom: 0px;}
}
@media (max-width: 480px) {

    .study .part2 .owl-carousel .owl-nav{height: 30px;}
    .study .part2 .owl-nav button{height: 30px;width: 30px; background-size: 100% 100% !important;}
    .study .part2{padding:30px 2%;}

    .study .title{font-size: 20px;padding-bottom: 15px;margin-bottom: 15px;}

    .study .part1 .name {font-size: 20px;padding-bottom: 15px;margin-bottom: 15px;}
    .study{padding-top: 30px;}
}




.service .part1{background-position: center center;padding: 100px 0 90px;}

.service .part1 .left,.service .part1 .right{position: relative;float: left;}
.service .part1 .left{width: 27%;padding-top: 47px;margin-left: 1%;}
.service .part1 .bn_wrap{width: 100%;background-color: #e5e8ea;box-shadow: -11px 11px 15px 0px rgba(0, 0, 0, 0.2);    padding-bottom: 13px;}
.service .part1 .owl-stage-outer{transform: translate(-5.8%,-47px)}
.service .part1 .owl-dots{position: absolute;height: 20px;bottom: 20px;text-align: right;right:20% }
.service .part1 .owl-dot{position: relative;width: 20px;height: 20px;background-color: #a0a0a0;border-radius: 50%;margin: 0 8px;background-clip: padding-box}
.service .part1 .owl-dot.active{background-image: linear-gradient(0deg, #4179ca 0%, #18a8ee 100%), linear-gradient(#1a6ec6, #1a6ec6);}




.service .part1 .right{width: 72%;padding: 0 5%; box-sizing:border-box; }
.service .part1 .name{font-size: 18px;position: relative;padding-bottom: 20px;}
.service .part1 .name::after{content:"";display: block;width: 60px;height: 1px;background-color: #1a6ec6;position: absolute;left: 0;bottom: 0;}
.service .part1 .data li{position: relative;margin-top: 30px;line-height: 31px;	font-size: 16px;color: #666666;padding-left: 54px;}

.service .part1 .label{position: absolute;left: 1px ;top:0; display: block;width: 31px;height: 31px;border-radius: 50%;background: url("../images/svc-li.png") no-repeat center center;background-size: 100% 100%;text-align: center;line-height: 31px;	font-size: 16px;color: #fff;}

.service .part2{background-position: center center;padding: 120px 0 170px;text-align: center;color: #fff;}
.service .part2 .item{position: relative;display: inline-block;margin: 0 45px;}
.service .part2  .name{font-size: 20px;position: relative;padding-top: 25px;margin-top: 40px;margin-bottom: 35px;}
.service .part2  .name::after{content:""; width: 29px;height: 4px;display: block;position: absolute;top:0;left: 0;right:0;margin: auto;background-color: #fff;}
.service .part2  .desc{font-size: 16px;opacity: 0.8;line-height: 30px;}

.service .part3{background-color: #fff;padding: 100px 0 ;}
.service .part3 .data{max-width: 1440px;position: relative;margin: auto;}
.service .part3 .data li{width: 50%;float: left;padding-right: 20px;margin-bottom: 20px;}
.service .part3 .data li:nth-child(2n){padding-right: 0;padding-left: 20px;}
.service .part3 .data a{display: block;width: 100%; border: 1px solid #ececec;height: 88px;line-height: 86px;padding-left: 140px;padding-right: 80px; position: relative;background: url("../images/svc-down.png") no-repeat right center;}
.service .part3 .data .time{position: absolute;left: 0;top:50%;margin: auto;color: #afafaf;line-height: 24px;text-align: center;width: 106px;transform: translateY(-50%);border-right: 1px dashed #e0e0e0;}
.service .part3 .data  .day{font-size: 16px;}
.service .part3 .data  .ym{font-size: 12px;}
.service .part3 .Page002046{margin-top: 60px;}






@media (min-width: 721px) {
.service .part2  .desc{height: 180px;overflow: hidden;}
}
@media (max-width: 720px) {
    .service .part1{padding: 30px 2%;}
    .service .part1 .right{width: 100%;padding: 0;}
    .service .part1 .data li{margin-top: 10px;    line-height: 21px;font-size: 12px;padding-left: 34px;}
    .service .part1 .name{font-size: 14px;}

    .service .part1 .left{width: 100%}
    .service .part1 .name{margin-top: 20px;}
    .service .part1 .label{width: 21px;height: 21px;    line-height: 21px;font-size: 10px;}


    .service .part2{padding: 60px 0 70px;}
    .service .part2 .item .icon{max-width: 120px;}
    .service .part2 .item{display: block;margin: 0 0 20px;}
    .service .part2 .name {font-size: 16px;position: relative;padding-top: 15px;margin-top: 15px;margin-bottom: 15px;}
    .service .part2 .desc {font-size: 14px;line-height: 24px;}

    .service .part3 .data li,.service .part3 .data li:nth-child(2n){width: 100%;padding: 0;}
    .service .part3{padding: 30px 2%;}
    .service .part3 .data a{line-height: 66px;height: 68px;    padding-left: 80px;padding-right: 60px;}
    .service .part3 .data .time{width: 66px;}
    .service .part3 .Page002046{margin-top: 10px;}

}





.new{margin-top: 30px;}
.new .data li{background: url("../images/new-bg.jpg") no-repeat center center;}
.new .data li >a{display: block;width: 100%;height: 100%;}
.new .data .pic,.new .data .text{width: 50%;float: left;height: 420px;}
.new .data .pic{background-position: center center;background-repeat: no-repeat;}
@media(min-width:1279px){
  .new .data .pic{/* background-size: contain; */}
}
.new .data .media{display: none;}
.new .data .text{padding-left: 7.8125%;padding-top: 80px;padding-right: 11.45%;}
.new .data .name{font-size: 20px;border-bottom: 1px solid #d5d5d5;padding-bottom: 15px;margin: 0;margin-bottom: 25px;font-weight: normal;}
.new .data .desc{font-size: 16px;line-height: 36px;color: #666666;height: 110px;}
.new .data .time{text-align: center;display: inline-block;margin-top: 40px;}
.new .data  .day{font-size: 30px;color: #333333;}
.new .data .ym{	font-size: 16px;line-height: 25px;color: #666666;}

.new .data li:nth-child(2n) .text{padding-right: 7.8125%;padding-left: 11.45%; }
.new .data li:nth-child(2n)  .pic{float: right;}
.new .Page002046{padding: 80px 0 100px;}

.auto_1600{position: relative;max-width: 1600px;margin: auto;}
.new_dt{padding: 100px 0 120px;}

.new_dt .name{margin: 0;text-align: center;font-size: 24px;font-weight: normal;color: #363636;}
.new_dt .time{font-size: 16px;color: #999999;padding: 35px 0 26px;border-bottom: 1px solid #aaa;text-align: center;margin-bottom: 20px;}

.new_dt .cont{	font-size: 16px;line-height: 36px;color: #666666;}

.new_dt .center{text-align: center;}



.new_dt .new_ls{margin-top: 150px; position:relative;}

.new_dt .new_ls .preva{float: left;height: 45px;font-size: 14px;}
.new_dt .new_ls .nexta{float: right;height: 45px;font-size: 14px;}
.new_dt .new_ls .preva a:before{display: inline-block;margin-right: 15px;content: '';width: 45px;height: 45px;background: url("../images/new-prev.jpg") no-repeat left center;vertical-align: middle;}
.new_dt .new_ls .nexta a:after{display: inline-block;margin-left: 15px;content: '';width: 45px;height: 45px;background: url("../images/new-next.jpg") no-repeat right center; vertical-align: middle;}
.new_dt .new_ls .tip{color: #0154a4;}
.new_ls .main{display: inline-block;vertical-align: middle;}
.new_ls .main .name{display: block;margin-bottom: 5px;}

.new_dt .new_ls .back{ background:#0154a4; color:#fff; font:bold 14px/28px "微软雅黑"; padding:0.5% 2%; position:absolute; left:50%;}

.new_dt .new_ls .name{color: #666666;font-size: 14px;text-align: left;}
.new_dt .new_ls .nexta .name{text-align: right;}
/*.new_dt .new_ls .preva:hover .name,.new_dt .new_ls .nexta:hover .name{color: #0154a4;}*/
@media (max-width: 1600px) {
    .new_dt{padding: 100px 2% 120px;}
}

@media (max-width: 920px) {
    .new .data .pic, .new .data .text{width: 100%;height: 210px;}
    .new .data .text,.new .data li:nth-child(2n) .text{padding: 20px 2%;}
    .new .data .name{margin-bottom: 15px;font-size: 16px;   padding-bottom: 10px;}
    .new .data .desc {font-size: 14px;line-height: 22px;min-height: 60px;}
    .new .data .time{margin-top: 15px;}
    .new .data .day{font-size: 20px;}
    .new .data .ym {font-size: 12px;line-height: 20px;}
    .new .Page002046{padding: 30px 0 40px;}
    .new .data .desc{height: 80px;}
}

@media (max-width: 640px) {
    .new_dt{padding: 30px 2% ;}
    .new_dt .name{font-size: 18px;}
    .new_dt .time{font-size: 14px;    padding: 15px 0 16px;}
    .new_dt .cont {font-size: 12px;line-height: 22px;}
    .new_dt .new_ls{margin-top: 70px;}
    .new_dt .new_ls .preva, .new_dt .new_ls .nexta{width: 100%;float: none;height: auto;}
    .new_dt .new_ls .preva{text-align: left;}
    .new_dt .new_ls .nexta{text-align: left;}
    .new_dt .new_ls .nexta a:after{display: none;}
    .new_dt .new_ls .nexta a:before{display: inline-block;margin-right: 15px;content: '';width: 45px;height: 45px;background: url(../images/new-next.jpg) no-repeat left center;vertical-align: middle;}
    .new_ls .main{width: calc(100% - 60px)}
    .new_dt .new_ls .nexta .name{text-align: left}
    .new_dt .new_ls .back{display: block;top: -50px;left: 0;right: 0;margin:auto;padding: 0;width: 120px;height: 30px;text-align: center;line-height: 30px;text-align: center;}
    .new .data .media{display: block;}
    .new .data .pic{display: none;}
}


/* 公司通告 */
.new#annunciate{    
    background: url("../images/new-bg.jpg") no-repeat center center;
}
.new#annunciate .auto_1920{    
    max-width: 1200px;
    margin: auto;
}
.new#annunciate .text1{    
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
.new#annunciate .data li{
    border-bottom: 1px solid #d5d5d5;
    background: unset;
}
.new#annunciate .data .name{
    padding-bottom:0;
    margin-bottom:0;
    border-bottom: none;
    font-size: 14px;
}
.new#annunciate .data .time{
    margin-top:0;
}
.new#annunciate .data .ym{
    font-size: 12px;
}


.staff  .part1{padding: 88px 0;background-position: center center;text-align: center;}
.staff  .part1 .item{margin: 0 25px; text-align: center; position: relative;width: 23.4375%;padding-bottom: 32%; background-repeat: no-repeat;background-position: center center;box-shadow: 0 0 20px 0px #aaa;display: inline-block;}
.staff  .part1 .name{position: absolute;bottom: 5%;display: block;width: 100%;left: 0;font-size: 20px;color: #fff;opacity: 0.5;}
.staff  .part1 .item::after{content:"";display: inline-block;position: absolute;border: 1px solid #fff;opacity: 0.5;top: 10px;bottom: 10px;left: 10px;right: 10px;margin: auto;}
.staff  .part1 .item:hover .name{opacity: 1;}

.staff  .part2{padding: 70px 30px 175px;background: #fff;}
.staff  .part2 .owl-dots{position: absolute;bottom: -60px;text-align: center;left: 0;right: 0;}
.staff  .part2 .owl-dot{width: 23px;height: 23px;position: relative;border-radius: 50%;background-color: transparent;margin:  0 10px;}
.staff  .part2 .owl-dot::after{content: "";display: block;width: 13px;height: 13px;background-color: #aaaaaa;border-radius: 50%;position: absolute;top:0 ;bottom: 0;left: 0;right: 0;margin: auto;}
.staff  .part2 .owl-dot.active{border: solid 1px #005bac;}
.staff  .part2 .owl-dot.active::after{background-color: #005bac;}
.staff  .part2 .item{position: relative; padding-bottom:71%;}
.staff  .part2 .pic{ position:absolute; width:100%; padding-bottom:71%; background-repeat:no-repeat; background-position:center; background-size:cover; }
.staff  .part2 .pic img{ display:none; }
.staff  .part2 .name{position: absolute;height: 100px;background: url("../images/staff9.png") no-repeat center center;background-size: 100% 100%;bottom: 0;left: 0;right: 0;margin: auto;font-size: 16px;color: rgba(255,255,255,0.9);text-align: center;padding-top: 50px;}



.staff  .part3{background-color: #f5f5f5;padding: 80px 0 70px}
.staff  .part3 .wp{background: #fff;position: relative;margin: auto;max-width: 1440px;}

.staff  .part3 .data{}

.staff  .part3  li:first-child dt{width: 16.6%;line-height: 52px;font-size: 16px;color: #ffffff;float: left;padding-left: 4.8%}
.staff  .part3  li:first-child  dl{background-color: #464650;}

.staff  .part3  li dd{width: 16.6%;line-height: 52px;font-size: 15px;color: #757575;float: left;padding-left: 4.8%;cursor: pointer;}
.staff  .part3  dd.check{color: #005bac;}
.staff  .part3  li{border-bottom: 1px solid #eee;}
.staff  .part3  .cont{margin: 0 30px;padding: 0 40px 40px;background-color: #f5f5f5;display: none;}
.staff  .part3  .detail{width: 50%;float: left; line-height: 32px;	color: #666666;padding:0 2% 0 0;}
.staff  .part3  .cont .label{font-size: 16px;color: #005bac;padding: 30px 0; line-height: 16px;}
.staff  .part3  .submit{width: 180px;height: 46px;display: block;background-color: #464650;font-size: 16px;line-height: 46px;color: #ffffff;text-align: center;margin-top: 45px;}
.staff  .part3  .detail.mb{display: none;}
.staff  .part3 .Page002046{padding: 60px 0 100px;}



@media (max-width: 640px) {
    .staff .part1 .item{display: block;position: relative;margin: auto;margin-bottom: 20px;width: 80%;padding-bottom: 80%;}
    .staff .part1{padding: 30px 0;}
    .staff .part1 .name{font-size: 16px;}

    .staff .part2{padding: 30px 2% 60px;}
    .staff .part2 .name{ font-size:14px; padding:20% 10px 0; height:75px; }
    .staff .part2 .owl-dots{bottom: -45px;}
    .staff .part3{padding: 30px 0 40px;}
    .staff .part3 .Page002046{padding: 30px 0;}

    .staff  .part3 li:first-child dt,.staff  .part3  li dd{width: 25%;}
    .staff  .part3  li .depart,.staff  .part3  li .date{display: none;}

    .staff  .part3  .detail.mb{display: block;}
    .staff .part3 .detail{width: 100%;line-height: 23px;padding-right: 0;}
    .staff .part3 .cont {margin: 0 15px;padding: 0 20px 20px;}
    .staff .part3 .cont .label{padding: 15px 0;}
    .staff .part3 .submit {width: 90px;height: 23px;font-size: 12px;line-height: 23px;margin-top: 15px;}
}


/*Floor002650 */


.Floor002650 *{}
.Floor002650 .swiper-slide{ background-repeat:no-repeat; background-position: center center;background-size:cover; position:relative; overflow: hidden }

.Floor002650 .swiper-slide>*{ position: relative; z-index: 50}

@media(min-width:1201px){
    .Floor002650 .swiper-container {position: relative;overflow: hidden;z-index: 1;width: 100%;height: 100%;}
    .Floor002650 .swiper-container-vertical>.swiper-wrapper {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
    .Floor002650 .swiper-container-android .swiper-slide,
    .Floor002650 .swiper-wrapper {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
    .Floor002650 .swiper-wrapper,
    .Floor002650 .swiper-slide{position: relative;width: 100%;height: 100%;    display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-transition-property: -webkit-transform;transition-property: -webkit-transform;-o-transition-property: transform;transition-property: transform;transition-property: transform,-webkit-transform;}
    .Floor002650 .swiper-wrapper { z-index: 1;-webkit-box-sizing: content-box;box-sizing: content-box;}
    .Floor002650 .swiper-slide {-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;-webkit-flex-shrink: 0;-ms-flex-negative: 0;flex-shrink: 0;}
}



.fp-nav{position: fixed;z-index: 100;top: 50%; margin-top: 25px; right:28px;transform: translate3d(0,-50%,0);-webkit-transform: translate3d(0,-50%,0);}
.fp-nav span{display: block;  margin: 15px 0; color: transparent; width: 20px;height: 20px;border: solid 3px transparent;border-radius: 50%;position: relative;overflow: hidden;font-size: 10px;}
.fp-nav .swiper-pagination-bullet-active{ border-bottom: 2px solid #fff; color: #fff}
.fp-nav span::after{content:"";display: block;width: 6px;height: 6px;background-color: #ffffff;position: absolute;border-radius: 50%;top:0;bottom: 0;left: 0;right: 0;margin: auto;}
.fp-nav .swiper-pagination-bullet-active{border: solid 3px #fff;color: transparent;}
.fp-nav .swiper-pagination-bullet-active::after{display: none;}



.fp-nav-on span{ color: transparent; width: 20px;height: 20px;border: solid 3px transparent;border-radius: 50%;position: relative;font-size: 10px;}
.fp-nav-on span::after{content:"";display: block;width: 6px;height: 6px;background-color: #ffffff;position: absolute;border-radius: 50%;top:0;bottom: 0;left: 0;right: 0;margin: auto;}
.fp-nav-on .swiper-pagination-bullet-active{border: solid 3px #fff;color: transparent;}
.fp-nav-on .swiper-pagination-bullet-active::after{display: none;}



.Floor002650 .right-line{ position:fixed; right:28px; top:15%; height:75%; z-index:90; width:22px;}
.Floor002650 .right-line i{ position:absolute; width:1px; left:50%; background:rgba(255,255,255,0.15);}
.Floor002650 .right-line i.tp{ top:0;}
.Floor002650 .right-line i.bt{ bottom:0;}

.Floor002650 .right-line-on i{  background:rgba(255,255,255,0.15);}



@media(max-width:1200px){
    .Floor002650 .right-line,
    #fp-nav{ display:none;}
}

.Floor002650 .slides > li {display: none; -webkit-backface-visibility: hidden; overflow:hidden;}
.Floor002650 .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .Floor002650 .slides {display: block;}
* html .Floor002650 .slides {height: 1%;}
.no-js .Floor002650 .slides > li:first-child {display: block;}
.Floor002650 .flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .Floor002650 .flex-viewport {max-height: 300px;}
.Floor002650 .slides {zoom: 1;}

.loadingimg{ width:100%; max-width:none; position:absolute; left:-100%; top:0; opacity:0;}
/* =Skitter styles
----------------------------------------------- */
.box_skitter {position:relative;width:100%;background:#000;}
.box_skitter img { max-width:none; } /* Tip for stildv */
.box_skitter ul {display:none;}
.box_skitter .container_skitter {overflow:hidden;position:relative; z-index:2;}
.box_skitter .image {overflow:hidden;}
.box_skitter .image img {display:none; width:100%;}

/* =Box clone
-------------------------------------------------------------- */
.box_skitter .box_clone {position:absolute;top:0;left:0;width:100px;overflow:hidden;display:none;z-index:20;}
.box_skitter .box_clone img {position:absolute;top:0;left:0;z-index:20;}

/* =Navigation
-------------------------------------------------------------- */
.box_skitter .prev_button ,
.box_skitter .next_button{ display:none !important;}

/* =Numbers
-------------------------------------------------------------- */
.box_skitter .info_slide {position:absolute;bottom:15px;left:0 !important; width:100%; text-align:center;z-index:10;}
.box_skitter .info_slide span { position:relative; display:inline-block; width:116px; height:41px; overflow:hidden; line-height:1000px; background:url(../images/Floor002650_dot.png) no-repeat left center; padding:0 70px 0 0; cursor:pointer; transition:0.3s;}
.box_skitter .info_slide span::after{ position:absolute; content:''; top:50%; margin-top:-1px; width:66px; height:2px; background:url(../images/Floor002650-dots.png) repeat-x left center;right:0;}
.box_skitter .info_slide span:last-child{ padding-right:0; width:46px;}
.box_skitter .info_slide span:last-child::after{ display:none;}
.box_skitter .info_slide span.image_number_select { background-image:url(../images/Floor002650_dot_on.png);}
@media(max-width:480px){
    .box_skitter .info_slide span{ width:30px; height:30px; background-size:contain; padding-right:0;}
    .box_skitter .info_slide span::after{ display:none;}
}
.Floor002650 .home-more{width:160px; text-align:center;}
.Floor002650 .home-more a{ position:relative;  font-size:16px ; color:#fff;display:block;  line-height:48px;}
.Floor002650 .home-more a span{ padding-right:33px; background:url(../images/Floor002650_more.png) no-repeat right center; text-transform:uppercase; transition:0.3s;}
.Floor002650 .home-more a::before,
.Floor002650 .home-more a::after{ position:absolute; content:''; height:100%; width:70%; transition:0.3s;}
.Floor002650 .home-more a::before{ left:0; border-top:1px solid #fff; border-left:1px solid #fff;}
.Floor002650 .home-more a::after{ right:0;border-bottom:1px solid #fff; border-right:1px solid #fff;}
.Floor002650 .home-more a:hover{ color:#f08311;}
.Floor002650 .home-more a:hover::before,
.Floor002650 .home-more a:hover::after{ border-color:#f08311; width:100%;}
.Floor002650 .home-more a:hover span{ padding-right:20px; background-image:url(../images/Floor002650_more_hover.png);}
@media(max-width:480px){
    .Floor002650 .home-more{ width:110px;}
    .Floor002650 .home-more a{ line-height:35px;}
}

.Floor002650 .line{ position:absolute; width:50%; top:0; height:100%;}
.Floor002650 .line::before{ position:absolute; content:''; width:1px; height:100%; background:rgba(255,255,255,0.1); left:50%; top:0;}
.Floor002650 .line-l{ left:0; border-right:1px  solid rgba(255,255,255,0.1);}
.Floor002650 .line-r{ right:0;}



.Floor002650 .swiper-slide-active>*{

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }


.section-main{ width: 100%}

.Floor002650{color: #fff;}
.Floor002650 .swiper-slide{background-size: 100% 100% !important;background-repeat: no-repeat!important;}
.Floor002650 .owl-carousel .owl-stage,.Floor002650 .owl-carousel .owl-stage-outer,.Floor002650 .owl-carousel.owl-drag .owl-item,.Floor002650  .owl-item .item{display: block; height: 100%;width: 100%;}
.Floor002650  .owl-item .item{background-size:cover;}
.Floor002650  .owl-item .item .mb{display: none;}

.Floor002650  .index_bn{width: 100%;height: 100%;}
.Floor002650  .index_bn .owl-dots{position: absolute;bottom: 6.7%;left: 8.64%;}
.Floor002650  .index_bn .owl-dot{width: 38px;height: 3px;background-color: #ffffff;opacity: 0.3;margin: 0 5px;}
.Floor002650  .index_bn .owl-dot.active{opacity: 1;}

.Floor002650  .index_bn_wrap{position: relative;height: 100%;width: 100%;}
.Floor002650  .index_bn_wrap .page_tip{color: #fff;position: absolute;    bottom: 4.2%;left: 4.64%;z-index: 10;}

.Floor002650 .page_tip .now{font-size: 50px;border-bottom: 1px solid rgba(255,255,255,0.3);}
.Floor002650 .page_tip .all{	font-size: 15px;margin-top: 10px;}

.Floor002650 .bottom{width: 100%;}


.index_about{position: relative;padding: 0 5%;width: 100%;}
 .Floor002650 .en_title,.Floor002650 .cn_title{margin: 0;color: #fff;font-weight: normal;}
.Floor002650 .en_title{font-size: 18px;font-family: ArialMT;}
.Floor002650 .cn_title{font-size: 36px;letter-spacing: 7px;}
.index_about .desc{font-size: 14px;line-height: 24px;margin-top: 20px;}
.index_about .data{margin-top: 30px;}
.index_about .data li{position: relative;float: left;padding-right: 15px;margin-right: 15px;}
.index_about .data li::after{content: "";display: block;	height: 50px;width: 0;border-right: 1px dashed rgba(255,255,255,0.3);position: absolute;top:0;bottom: 0;right: 0;margin: auto;}
.index_about .data li:last-child::after{display: none;}
.index_about .data .num{font-family: TimesNewRomanPSMT,"Times New Roman"; font-size: 68px;}
.index_about .data  .text{font-size: 16px;}
.Floor002650 .more{background: url("../images/pdt-more.png") no-repeat center center;background-size: 100% 100%;display: inline-block;padding: 0 70px 0 40px;line-height: 48px;font-family: ArialMT;font-size: 12px;color: #ffffff;margin-top: 70px;}

.index-title{position: relative;}
.index_tlg{position: relative;width: 100%;max-width: 1440px;margin: auto;}
.Floor002650 .index_tlg .more{margin-top: 70px;}
@media (max-width: 1440px){
    .Floor002650 .cn_title{font-size: 30px;}
    .index_about .data .num{font-size: 40px;}
}
@media (max-width: 640px){
.Floor002650 .index_tlg .more{margin-top: 10px;}
.Floor002650 .swiper-slide{background-size:cover!important;background-repeat: no-repeat!important;}
}
.index_tlg .data{margin-top: 35px;}
.index_tlg .data li{width: 31.9%;float: left;margin-right: 2%}
.index_tlg .data li:last-child{margin-right: 0%}
.index_tlg .data a{display: block;width: 100%;height: 258px;	border-radius: 0px 20px 0px 20px;background-color: rgba(255,255,255,0.25);padding: 30px;color: #fff;	font-size: 16px;}
.index_tlg .data a:hover{background-color: rgba(0,91,172,0.25);box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.25);}
.index_tlg .data .icon_a{display: none;}
.index_tlg .data a:hover .icon_a{display: block;}
.index_tlg .data a:hover .icon{display: none;}

.index_tlg .data .name{font-size: 24px;margin: 20px 0 15px;}


.index_app{margin-left: 50%;width: 50%;}
.index_app .data{margin-top: 25px;}
.index_app .data li{width: 41.4%;float: left;margin-right: 4.8%;margin-bottom: 45px;}
.index_app .data a{height: 112px;border-radius: 0px 20px 0px 20px;background-color: rgba(255,255,255,0.1);display: block;position: relative;padding: 40px 90px 0 25px;}
.index_app .data a:hover{background-color: rgba(0,91,172,0.25);box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.1);}
.index_app .data a::after{content:"";width: 67px;height: 3px;background-color: #0068b7;display: block;position: absolute;top:19px;left: 0;}
.index_app .data .name{font-size: 20px;color: #fff;}
.index_app .data .name_en{font-family: ArialMT;font-size: 16px;color: #fff;opacity: 0.5;}
.index_app .data .icon{position: absolute;right: 15px;top: 0;bottom: 0;margin: auto;}

.index_new{width: 100%;padding: 0 95px;}

.index_new .cont{margin-top: 25px;}
.index_new .cont .left,.index_new .cont .right{width: 50%;position: relative;float: left;}
.index_new .cont .left{padding-right: 33px;}
.index_new .cont .right{padding-left: 33px;float: right;}
.index_new .left .data li{margin-bottom: 20px;}
.index_new .left .data a{position: relative;display: block;height: 84px;border-radius: 0px 20px 0px 20px;background-color: rgba(255,255,255,0.1);color: #fff;padding-left: 130px;padding-right: 60px;}
.index_new .left .data a:hover{background-color: rgba(0,91,172,0.25);box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.1);}
.index_new .left .date{position: absolute;top:50%;left: 20px;transform: translateY(-50%);text-align: center;padding-right: 20px;}
.index_new .left .date::after{content: ""; display: block;position: absolute;right: 0;top:0;bottom: 0;margin: auto;border-right: 1px dashed rgba(255,255,255,0.1);height: 52px;}
.index_new .left .day{font-family: ArialMT;font-size: 36px;}
.index_new .left .ym{font-family: ArialMT;font-size: 14px;border-top: 2px solid rgba(255,255,255,0.3);line-height: 34px;margin: 2px;}
.index_new .left .name{	font-size: 16px;padding-top: 18px;}
.index_new .left .desc{	font-size: 14px;opacity: 0.5;}

.index_new .right .new_top{display: block;width: 100%;position: relative;background: transparent;}
.index_new .right .pic{background-size: cover; background-repeat: no-repeat;background-position: center center;padding-bottom: 43.75%;background-color: transparent;border-radius: 0px 20px 0px 20px;overflow: hidden;}
.index_new .right .name{line-height: 68px;height: 68px; font-size: 16px; color: #fff; background: rgba(255,255,255,0.1);position: absolute;bottom: 0;left: 0;right: 0;margin: auto;padding: 0 160px 0 20px;border-radius: 0px 20px 0px 20px;}

.index_new .right .date{line-height: 68px;height: 68px;	font-size: 14px;color: #ffffff;opacity: 0.5;position: absolute;display: block;right: 20px;bottom: 0;}

@media (max-width: 1440px) {
    .index_tlg{padding: 0 4%;}
    .index_app .data li{margin-bottom: 20px;}
    .Floor002650 .more{margin-top: 50px;}
    .index_tlg .data a{height: 200px;}
    /* .index_new .left .data li:last-child,.index_new .left .data li:nth-last-child(2){display: none;} */

}
@media (max-width: 1200px) {
    .Floor002650  .owl-item .item .mb{display: block;}
    .fp-nav{display: none!important;}


    .index_about,.index_tlg,.index_app,.index_new{padding: 5% 2%;}
}
@media (max-width: 640px) {
    .Floor002650 .en_title{font-size: 14px;}
    .Floor002650 .cn_title {font-size: 20px;letter-spacing: 3px;}
    .index_about .desc {font-size: 12px;line-height: 22px;margin-top: 10px;}
    .index_about .data .num{font-size: 34px;}
    .index_about .data .text{font-size: 10px;}
    .Floor002650 .more{    padding: 0px 48px 0 15px;line-height: 34px;margin-top: 30px;}
    .Floor002650 .index_bn_wrap .page_tip{display: none;}

    .index_tlg .data li{width: 100%;margin-right: 0;margin-bottom: 20px;}
    .index_tlg .data li .icon{max-width: 35px;}
    .index_tlg .data .name {font-size: 18px;margin: 10px 0 5px;}
    .index_tlg .data a{    height: 150px;padding: 15px;font-size: 12px}

    .index_app{margin-left: 0;width: 100%;}
    .index_app .data li{width: 100%;margin-right: 0;margin-bottom: 20px;}

    .Floor002650 .index_app .more{margin-top: 10px;}
    .index_new .cont .left,.index_new .cont .right{width: 100%;padding: 0;}

    .index_new .right .name{line-height: 34px;height: 34px;font-size: 12px;}
    .index_new .right .date{line-height: 34px;height: 34px;font-size: 10px}
    .index_new .cont .right{margin-bottom: 20px;}

    .index_new .left .date{padding-right: 5px;left: 5px;}
    .index_new .left .day{font-size: 18px;}
    .index_new .left .ym{font-size: 10px;line-height: 24px;}
    .index_new .left .data a {height: 64px;padding-left: 70px;padding-right: 10px;}
    .index_new .left .name{font-size: 14px;padding-top: 14px;}
    .index_new .left .desc{font-size: 12px;}
    .Floor002650 .index_new .more{margin-top: 10px;}


    .index_app .data .name{font-size: 14px;}
    .index_app .data .name_en{font-size: 12px;}
    .index_app .data .icon{max-width: 42px;}
    .index_app .data a{height: 66px;padding-top: 20px;}
    .index_app .data a::after{height: 1px;top: 8px;}
}


.detail{padding:100px 0;}
.auto_1440{max-width: 1440px;position: relative;margin: auto;}

.detail .title{margin: 0;font-size: 30px;text-align: center;font-weight: normal;}
.detail .cont{font-size: 16px;line-height: 36px;color: #666666;margin-top: 30px;}
.detail .back{text-align: center;font-size: 16px;display: block;position: relative;margin: auto;margin-top: 60px;    width: 180px;height: 46px;background-color: #464650;line-height: 46px;color: #ffffff;}
@media (max-width: 1440px) {
    .auto_1440{padding: 0 2%}
}
@media (max-width: 640px) {
    .detail .title{font-size: 20px;}
    .detail .cont{font-size: 14px;line-height: 22px;}
    .detail{padding: 30px 0;}
    .detail .back{margin-top: 30px;}
}
.public-text{margin-bottom: 4%;text-align: center;font-size: 20px;line-height: 1.8;}
.Floor002650 .box_skitter .info_slide{text-align: left;bottom: 4% !important;left: 4% !important;}
.Floor002650 .box_skitter .info_slide span{
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    overflow: hidden;
    line-height: 0;
    background: none;
    padding: 0 0 0 0;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 15px;
    border:  1px solid #fff;
    font-size: 0;
}
.Floor002650 .box_skitter .info_slide span.image_number_select{background-color: #fff;}
.mobile-banner{display: none;}
.mobile-banner img{width: 100%;}
@media (max-width: 1024px) {
    .mobile-banner{display: block;}
}



.procenter{
    position: relative;
    padding-bottom: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.qiche .procenter{
    padding-bottom: 56%;
}
.pic_car{
    width: 100%;
    padding-bottom: 23%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-46%) scale(0.05);
    transition-delay: 0.5s;
    transition: all 3s;
}
.car2{
    padding-bottom: 14%;
    top: 46%;
}
.procenter .afters{
    position: absolute;
    width: 56%;
    padding-bottom: 56%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/xin_bgs.png) center center no-repeat;
    background-size: 100%;
    border-radius: 50%;
}
.procenter .afters::after{
    content: '';
    left: -1.5%;
    top: 48%;
    position: absolute;
    width: 3%;
    height: 3%;
    background:url(../images/dian.png) center center no-repeat;
    background-size: contain;
    transition: all 2s;
}
.procenter .afters::before{
    content: '';
    right: -1.5%;
    top: 48%;
    position: absolute;
    width: 3%;
    height: 3%;
    background:url(../images/dian.png) center center no-repeat;
    background-size: contain;
    transition: all 2s;
}
.procenter .afters i.line{
    display: inline-block;
    content: '';
    left: 3.75%;
    top: 26%;
    position: absolute;
    width: 3%;
    height: 3%;
    background:url(../images/dian.png) center center no-repeat;
    background-size: contain;
    transition: all 2s;
}
.procenter .afters i.point1{
    display: inline-block;
    content: '';
    right: 3.75%;
    top: 26%;
    position: absolute;
    width: 3%;
    height: 3%;
    background:url(../images/dian.png) center center no-repeat;
    background-size: contain;
    transition: all 2s;
}
.procenter .afters i.point5{
    display: inline-block;
    content: '';
    left: 3.75%;
    top: 70%;
    position: absolute;
    width: 3%;
    height: 3%;
    background:url(../images/dian.png) center center no-repeat;
    background-size: contain;
    transition: all 2s;
}
.procenter .afters i.point6{
    display: inline-block;
    content: '';
    right: 3.75%;
    top: 70%;
    position: absolute;
    width: 3%;
    height: 3%;
    background:url(../images/dian.png) center center no-repeat;
    background-size: contain;
    transition: all 2s;
}
.procenter .item{
	width: 28%;
	padding-bottom: 15%;
    background-size: cover;
    position: absolute;
    transition: all 2s;
    transition-delay: 0.5s;
    animation: zy 15s 2s linear 1;
    -moz-animation: zy 15s 2s linear 1; /* Firefox */
    -webkit-animation: zy 15s 2s linear 1; /* Safari and Chrome */
    -o-animation: zy 15s 2s linear 1; /* Opera */
}

.procenter .pics{
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}
.procenter .list0,
.procenter .list1{
    top: 43%;
}
.procenter .list0{
    left: -232%;
	transition-delay: 1s;
}
.procenter .list1{
    right: -232%;
	transition-delay: 1.5s;
}
.procenter .list2,
.procenter .list3{
    top: 20%;
}
.procenter .list2{
    left: -232%;
	transition-delay: 2s;
}
.procenter .list3{
    right: -232%;
	transition-delay: 2.5s;
}
.procenter .list4,
.procenter .list5{
    bottom: 20%;
}
.procenter .list4{
    left: -232%;
	transition-delay: 3s;
}
.procenter .list5{
    right: -232%;
	transition-delay: 3.5s;
}
.pdt_list .list_span{text-align: center;margin: 40px 0;margin-top: 5%;}
.pdt_list .list_span a{    padding: 10px 3%;
    background-color: #ebebeb;
    color: #656565;display: inline-block;
    margin: 10px;}
.pdt_list .list_span a.cur{background-color: #10436e;color: #fff;}


.qiche .procenter::after{
    content: '';
    position: absolute;
    width: 55%;
    padding-bottom: 50%;
    background: url(../images/xin_bg1.png) center center no-repeat;
    background-size: contain;
    left: 50%;
    top: 48.5%;
    transform: translateX(-50%) translateY(-46%);
}
.lists01 .list000{
    padding-bottom: 7.5%;
    width: 12%;
    top: 18%;
    position: absolute;
    transition: all 2s;
    transition-delay: 0.5s;
    left: -10.5%;
}
.lists01 .list001{
    padding-bottom: 7.5%;
    width: 12%;
    top: 18%;
    position: absolute;
    transition: all 2s;
    transition-delay: 1s;
    right: -10.5%;
}
.lists01 .list002{
    padding-bottom: 7.5%;
    width: 12%;
    top: 74.4%;
    position: absolute;
    transition: all 2s;
    transition-delay: 1.5s;
    left: -10.5%;
}
.lists01 .list003{
    padding-bottom: 7.5%;
    width: 12%;
    top: 74.4%;
    position: absolute;
    transition: all 2s;
    transition-delay: 2s;
    right: -10.5%;
}
.lists01 .list005{
    padding-bottom: 7.5%;
    width: 12%;
    top: 120%;
    position: absolute;
    transition: all 2s;
    transition-delay: 1s;
    left: 44%;
}
.lists01 .list004{
    padding-bottom: 7.5%;
    width: 12%;
    top: -15.4%;
    position: absolute;
    transition: all 2s;
    transition-delay: 1s;
    left: 44%;
}
@media(max-width:768px){
    .lists01 .list000,
    .lists01 .list001,
    .lists01 .list002,
    .lists01 .list003,
    .lists01 .list005,
    .lists01 .list004{width: 18%!important;padding-bottom: 10.5%;}
    .lists01 .list002,.lists01 .list003{top: 67.4%;}
    .pdt_list .list_span a{padding: 5px 2%;margin: 2px;font-size:12px;}
    .about .part4 .owl-carousel .owl-item .utems{background-size: 80% 80%;}
    .about .part4 .owl-carousel .owl-item .utems .titles01{font-size:14px;}
    .about .part1{margin-top:0;}
    .new .data .pic{height: 420px;}
    .index_new .right .pic{background-size: 100%;padding-bottom: 44%;}
}
.procenter .lists01 .pics{
background-size: contain;
width: 78%;
height: 80%;
left: 12%;
top: 10%;
background-position: center;
background-repeat: no-repeat;
}
.procenter .titles{
    position: absolute;
    bottom: -30px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #dbecf2;
}
.procenter .lis .titles{
    position: absolute;
    bottom: -30px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #b7d7e0;
    white-space: nowrap;
}
.lists01{
    position: absolute;
    width: 100%;
    height: 100%;
}
.lists01.opa1::after{
    content: '';
    position: absolute;
    width: 5%;
    height: 7%;
    background: url(../images/xin_che1.png) center center no-repeat;
    background-size: contain;
    left: 47%;
    top: 23.4%;
}
.lists01.opa1::before{
    content: '';
    position: absolute;
    width: 5%;
    height: 7%;
    background: url(../images/xin_che2.png) center center no-repeat;
    background-size: contain;
    left: 48%;
    top: 70.7%;
}
.procenter .lists01 .lis{
    background: url(../images/xin_dzbg.png) center center no-repeat;
    background-size: 100% 100%;
}

@-webkit-keyframes zy{
10% {
transform: rotate(12deg);
}
20% {
transform: rotate(-7deg);
}
30% {
transform: rotate(5deg);
}
40% {
transform: rotate(-5deg);
}
50%,100% {
transform: rotate(0deg);
}
}
@-moz-keyframes zy{
10% {
transform: rotate(12deg);
}
20% {
transform: rotate(-7deg);
}
30% {
transform: rotate(5deg);
}
40% {
transform: rotate(-5deg);
}
50%,100% {
transform: rotate(0deg);
}
}
@-o-keyframes zy{
10% {
transform: rotate(12deg);
}
20% {
transform: rotate(-7deg);
}
30% {
transform: rotate(5deg);
}
40% {
transform: rotate(-5deg);
}
50%,100% {
transform: rotate(0deg);
}
}
@keyframes zy{
10% {
transform: rotate(12deg);
}
20% {
transform: rotate(-7deg);
}
30% {
transform: rotate(5deg);
}
40% {
transform: rotate(-5deg);
}
50%,100% {
transform: rotate(0deg);
}
}




.goToTop{
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 1111111;
    background: url(../images/owl-next.png) center center no-repeat;
    transform: rotate(-90deg);
    right: 3%;
    bottom: 6%;
    border-radius: 50%;
    background-size: contain;
  cursor: pointer;

}


.xin_history .owl-item{
    float: left;
}
.xin_history::after{
    content: '';
    position: relative;
    display: block;
    clear: both;
}
.xin_history .bottom_list{
    overflow: hidden;
}
.xin_history .owl-dots{
    display: none;
}

.xin_history .owl-nav button {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: url(../images/owl-next.png) no-repeat center center;
    background-size: 100% 100%;
    border: none;
    font-size: 0;
    cursor: pointer;
}
.xin_history  .owl-nav button.owl-next {
    background-image: url(../images/owl-next.png);
    position: absolute;
    right: -120px;
    box-shadow: 0 0 10px rgba(255,255,255,.2);

}
.xin_history  .owl-nav button.owl-prev {
    background-image: url(../images/owl-prev.png);
    position: absolute;
    left: -120px;
    box-shadow: 0 0 10px rgba(255,255,255,.2);

}

.xin_history .owl-nav button.owl-next.disabled {
    background-image: url(../images/owl-next-no.png);
}
.xin_history .owl-nav button.owl-prev.disabled {
    background-image: url(../images/owl-prev-no.png);
}
@media (max-width: 1600px)
{
    .xin_history .owl-nav button.owl-prev {
        left: -120px;
    }
    .xin_history .owl-nav button.owl-next {
        right: -120px;
    }
}
@media (max-width: 480px)
{
.procenter .titles{font-size: 12px;bottom: -20px;}
}
@media (max-width: 480px)
{
    .about .part4 .owl-nav button {
        height: 30px;
        width: 30px;
        background-size: 100% 100% !important;
    }

    .procenter .lis .titles{
        font-size: 12px;
        bottom: -15px;
        width: 103%;
    }
    .lists01 .list003{width: 13%;}
}

.xin_history .tits{
text-align: center;color: #666;font-size: 32px;margin-top: -45px;
margin-bottom: 45px;
}

.xin_history .lists{
    width: 670px;
    height: 420px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    text-align: center;
    max-width: 100%;
}

.xin_history .bottom_list .owl-nav{
    display: none;
}
.xin_history .years{
    text-align: center;
}
.xin_history .tb{
    height: 100%;
    width: 70%;
    display: table;
    margin: 0 auto;
}
.xin_history .lists .owl-nav{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -33px;
}
.xin_history .lists li{
    height: 420px;
}
.xin_history .tbc{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    margin: 0 auto;
}
.xin_history .title0{
    font-size: 80px;
    color: rgba(255,255,255,0.23);
    margin-top: -25px;
}
.xin_history .lists .desc{
    font-size: 16px;color: #fff;
    line-height: 26px;
    margin-top: 15px;
    /*text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;*/
}
.xin_history .lists .ul{
    margin: 0 125px;
    height: 420px;
    background: url(../images/yuan.png) center center no-repeat;
    background-size: contain;
}

.xin_history .bottom_list .owl-item{position: relative;text-align: center;font-size: 24px;color: #333;padding-bottom: 50px;}
.xin_history .bottom_list .owl-item.next3{
    margin-top: 2px;
}
.xin_history .bottom_list .owl-item.next2{
    margin-top: 33px;
}
.xin_history .bottom_list .owl-item.next{
    margin-top: 46px;
}

.xin_history .bottom_list .owl-item.prev3{
    margin-top: 2px;
}
.xin_history .bottom_list .owl-item.prev2{
    margin-top: 33px;
}
.xin_history .bottom_list .owl-item.prev{
    margin-top: 46px;
}

.xin_history .bottom_list .owl-item.center{
    margin-top: 50px!important;
}

.xin_history .bottom_list .owl-item::after{
    content: '';position: absolute;width: 10px;height: 10px;background-color: #b6b6b6;    border-radius: 50%;
    left: 47%;
    top: 45px;
}
.xin_history .bottom_list .owl-item.cur .years{font-size: 36px;font-weight: bold;color: #005bac;height: 30px;}
.xin_history .bottom_list .owl-item.cur::after{
    background-color: #005bac;
}

@media (max-width: 1309px){
    .about .part3.xin_history{
        background-size: 99%;
        background-position: bottom -3px center;
    }
    .about .part3{
        padding: 100px 0;
    }
}

@media (max-width: 1240px){
    .about .part3.xin_history {
        background-size: 95%;
        background-position: bottom 15px center;
    }
}
@media (max-width: 1140px){
    .about .part3.xin_history{
        background-position: bottom 21px center;
    }
}
@media (max-width: 1080px){
    .about .part3.xin_history{
        background-size: 96%;
        background-position: bottom 26px center;
    }
}

@media (max-width: 1025px){
    .about .part3.xin_history{
        background-size: 90%;
        background-position: bottom 39px center;
    }
}
@media (max-width: 940px){
    .about .part3.xin_history{
        background-size: 90%;
        background-position: bottom 50px center;
    }
}
@media (max-width: 768px){
    .about .part3.xin_history{
        background: url(../images/bgs2.jpg) center center no-repeat!important;
        background-size: cover;
    }
    .about .part3.xin_history {
        padding: 30px 2%;
    }

    .xin_history .lists{width: 420px;}
    .xin_history .lists .ul{margin: 0;}
    .xin_history .lists .owl-nav{margin-top: -15px;}
    .xin_history .owl-nav button.owl-prev{left: 0;width: 30px;height: 30px;}
    .xin_history .owl-nav button.owl-next{right: 0;width: 30px;height: 30px;}
    .xin_history .title0{    font-size: 54px;}
    .xin_history .lists .desc{font-size: 13px;    margin-top: 5px;}
    .xin_history .bottom_list .owl-item{font-size: 20px;}
    .xin_history .bottom_list .owl-item.cur .years{font-size: 20px;}
    .xin_history .bottom_list .owl-item::after{top: 35px;}
    .about .part3.xin_history{position: relative;}
    .xin_history .bottom_list{
        z-index: 1;position: relative;
    }
    .xin_history .bottom_list .owl-item,.xin_history .bottom_list .owl-item.center{margin-top: 0!important;}
    .about .part3.xin_history::after{
        content: '';position: absolute;width: 100%;height: 1px;background-color: #b6b6b6;left: 0;bottom: 70px;
    }
}


.Floor002650 .video{position: relative;}
.Floor002650 .video video{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 333;}


/*
 .Form002802
 */
.auto{ margin:0 auto;}
.auto_1280{ max-width:1280px;}
@media(max-width:1280px){.auto_1280{ padding:0 2%;}}
.Form002802{ padding: 4% 0; }
.Form002802 .title{font-size: 32px;color: #333;text-align: center;padding-bottom: 3%}
.Form002802 .title::after{content: '';display: block;width: 50px;height: 1px;background: #000;margin: 20px auto}
.Form002802 .from{ max-width:1280px; margin:0 auto; }
.Form002802 .from td{ padding-right: 2%; padding-bottom:3%;width: 48%;}
.Form002802 .from td:nth-child(2){ padding-right: 0%;padding-left: 2%}
.Form002802 .from td div{ position:relative;padding-left: 100px;}
.Form002802 .from td p{ margin: 0; color: #333;position: absolute;left: 0;top: 12px;font-size: 16px;}
.Form002802 .from td p em{color: #fe0000;display: inline-block;margin-right: 5px;font-style: normal}
.Form002802 .from label{ position:absolute; left:115px; top:0; font-size: 15px; line-height: 50px; color:#bbb;}
.Form002802 .from .text{ width:100%; height:50px; line-height:50px; text-indent:10px; border:none; background:#f3f7fa;}
.Form002802 .from textarea.text{ height:150px;}
.Form002802 .from .btn{text-align:center;padding-bottom: 0}
.Form002802 .from .btn input{ background:#005bac; cursor:pointer; padding:0; border:none; width: 200px; height:50px; font-size: 16px; color:#fff; text-transForm002802: uppercase;}


@media(min-width:641px){
.Form002802 .from td:nth-child(3n),
.Form002802 .from .textareas,
.Form002802 .from .btn,
.Form002802 .from .tip{ padding-right: 0; }
}
@media(max-width:640px){
.Form002802 .from td{ display: block; padding-right: 0; width:100%;}
.Form002802 .address dd{ float:none; width:auto; padding-left:0; }
.Form002802 .from td:nth-child(2){padding-left:0;}
}

.inforWarp{padding:8% 0;}
.inforWarp .auto_1440{max-width:1172px}
.inforWarp .x-nodes {margin-left: -120px;padding: 20px 30px; zoom: 1; }
.inforWarp .x-node {display: inline-block;*display: inline;zoom: 1;width: 490px;margin-left: 120px; margin-top: 30px; vertical-align: top; }
.inforWarp .x-node-header { padding-bottom: 12px; zoom: 1; border-bottom: 1px solid #d7d5d5; }
.inforWarp .x-node-header:after { content: ''; display: block; clear: both; visibility: hidden; font-size: 0; height: 0; }
.inforWarp .x-node-header h2 { float: left; font-size: 18px; padding-left: 20px; font-weight: 600; line-height: normal;position: relative; }
.inforWarp .x-node-header h2:before{width: 6px;height: 100%;content: '';background: #005bac;position: absolute;left:0;top: 50%;transform: translateY(-50%);}
.inforWarp .x-node-body { padding: 7px 0; font-size: 14px; }
.inforWarp .x-node-body ul { zoom: 1; }
.inforWarp .x-node-body ul:after { content: ''; display: block; clear: both; visibility: hidden; font-size: 0; height: 0; }
.inforWarp .x-node-body li { float: left; margin-top: 7px; width: 33.33%; white-space: nowrap; line-height: 1.5; }
.inforWarp .x-node-body-width li { float: left; margin-top: 7px; width: 50%; white-space: nowrap; line-height: 1.5; }
.inforWarp .x-nodes a { color: #333; background: transparent; text-decoration: none; outline: 0; cursor: pointer; -webkit-transition: color .3s ease; transition: color .3s ease; font-size: 14px; }
.inforWarp .x-nodes a:hover{color:#005bac;}
@media(max-width:768px){
    .inforWarp .x-nodes{margin-left:0;}
    .inforWarp .x-node{width: 100%;margin-left:0;}
    .inforWarp .x-node-body li{width: 50%;}
}